home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / sndkey11 / smain.dfm / smain.txt
Text File  |  1996-09-15  |  391b  |  23 lines

  1. object Form1: TForm1
  2.   Left = 3
  3.   Top = 107
  4.   Width = 240
  5.   Height = 107
  6.   Caption = 'Send Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object SendBtn: TButton
  14.     Left = 78
  15.     Top = 25
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Send'
  19.     TabOrder = 0
  20.     OnClick = SendBtnClick
  21.   end
  22. end
  23.